Welcome![Sign In][Sign Up]
Location:
Search - windows service

Search list

[OS programNTService

Description: VC++的windows后台服务的开发代码模板。-VC background of the windows code templates.
Platform: | Size: 50176 | Author: 张先生 | Hits:

[xml-soap-webserviceWindowsXMLWebservices

Description: 如何通过使用 .NET 框架的内置异步支持,从 Visual Basic .NET Windows 窗体客户端应用程序调用 XML Web services。该应用程序 XML Web services 采用一个输入参数??在返回到客户端之前延迟的毫秒数??并将一个随机数返回到调用方。此 Windows 窗体客户端应用程序允许用户指定延迟的毫秒数,并对 XML Web services 的同步和异步调用。-how to use.NET framework with built-in support for asynchronous, from Visual Basic.NET Windows Forms client application called XML Web services. The application of XML Web services using an input parameter for the return to the client before the millisecond delay will be a few random numbers return to the calling party. This Windows Forms client application allows users to designate a few milliseconds of delay, and XML Web services synchronous and asynchronous calls.
Platform: | Size: 128000 | Author: | Hits:

[CSharpTaskScheduler Project

Description: 这是用C#写的一个关于win服务的程序-This is a windows service utility written in C#.
Platform: | Size: 197632 | Author: 张某某 | Hits:

[Other用Delphi开发一个简单Windows NT Service的范例

Description: 用Delphi开发一个简单Windows NT Service的范例.rar-with a simple Windows NT Service model. Rar
Platform: | Size: 221184 | Author: 11 | Hits:

[Process-Thread从NT服务启动Windows程序

Description: 它能够启动你指定的任意多个程序。被启动的程序将像 NT 服务一样运行(例如,不用用户登陆机器,它们便会在后台运行)。 ? 在没有合适特权情况下,用户不能终止由此服务启动的程序(除非机器关闭)。 ? 你可以在 NT 服务之外测试和调试你的程序。例如,你可以在 DevStudio 调试器中运行你的程序,单步进入源代码中查找错误等。当“调试无错”后,你将它配置成产品,从 NT 服务启动它。-it can start your designated arbitrary number of procedures. The procedure was activated as NT services will be running the same (for example, users do not have landing machines, which will run in the background). In the absence of appropriate privileges, the user can not terminate this service launch procedures (unless machine off). You can NT service test and debug your program. For example, you can DevStudio Debugger run your program, single-step access to the source code looking for errors. When the "debug no mistakes", you will configure it into products, from NT service and start it.
Platform: | Size: 28672 | Author: 王明 | Hits:

[Otherwebshot

Description: 安装步骤: 1. 系统开发语言:asp.net+access/sql server,安装时需保证您的服务器对asp.net和access/sql server数据库的 支持。windows 2000,xp 用户需要安装.NET Framework 1.1 版可再发行组件包 ,.NET Framework 1.1 Service Pack 1,.NET Framework SDK 1.1 版。 请按上面的顺序依次安装,您的服务器即可支持asp.net。也可以省略上述过程直接安装visual stdio.net。 2. 将webshot文件夹复制的硬盘上某目录下,在IIS中建立虚拟目录指向该文件夹。 3.修改Web.config配置文件中,将“F:/web/dinghuidanhomecom/db/eshop.mdb”替换为正确的数据库文件绝对路径。 请注意斜杠/的方向。 数据库绝对路径:在IIS中建立虚拟目录指向webshot根目录文件夹后访问 http://localhost/aspcheck.aspx,其中的APPL_PHYSICAL_PATH变量可以给出webshot文件夹的绝对路径,在加上数据库相对 路径即可。注:必须用数据库绝对路径 4. 数据库位置在db/文件夹下,默认名称eshop.mdb,修改时请同时修改web.config中的数据库绝对路径-installation steps : 1. System Development Language :+ Asp. Net access/sql server installation and the need to ensure your server right Asp. Net and access/sql server database support. Windows 2000 and XP users need to install.NET Framework Version 1.1 Redistributable package.NET Framework 1.1 Service Pack 1.NET Framework SDK version 1.1. By the above sequence followed by the installation, your server can support Asp. Net. You can also omit the process of direct visual stdio.net installation. 2. Will webshot folder on the hard copy of a directory, established in IIS virtual directory pointing to the folder. 3. Change Web.config configuration file, "F :/web/dinghuidanhomecom/db/eshop.mdb" replacement for the correct database files absolute path. To slash/directio
Platform: | Size: 553984 | Author: | Hits:

[GUI Developntservicectrl

Description: 用 C++ 创建简单的 Win32 服务程序(NTServCtrl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一—— NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCpl:是一个控制面版程序,用来控制 NTService 服务;-create simple Win32 services (NTServCtrl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCtrl : an independent process example, it can monitor with a Win32 services; The remaining two were : NTService : is a simple Win32 service, which is described in this paper with the method; NTServCpl : console is a procedu
Platform: | Size: 69632 | Author: 毛建孟 | Hits:

[Windows Developntservicecpl

Description: 用 C++ 创建简单的 Win32 服务程序(NTServCpl) 详细信息 < NT服务 > 《用 C++ 创建简单的 Win32 服务程序》一文的例子代码。描述如何用 Visual C++ 创建 Windows NT 服务程序。创建该服务仅用到一个 C++ 类,这个类提供服务与操作系统之间一个简单的接口。使用这个类实现自己的服务非常简单,只要改写少数几个基类中的虚拟函数即可。文中有三个源代码参考例子:这是其中之一—— NTServCpl:是一个控制面版程序,用来控制 NTService 服务; 其余两个分别为: NTService:是一个简单的 Win32 服务,它就是用本文所描述的方法建立的; NTServCtrl:是一个独立的程序例子,用它可以监控某个 Win32 服务;-create simple Win32 services (NTServCpl) detailed information lt; NT services gt; "C create simple Win32 service procedures," a text of the code examples. Describe how to use Visual C create Windows NT service procedures. Creation of the service only to a category C, the category of services provided between an operating system with a simple interface. Use this category to realize their services are very simple, as long as rewriting a few of the base class function can be virtual. The text has three reference source code example : This is one of them-- NTServCpl : console is a procedure used to control NTService services; The remaining two were : NTService : is a simple Win32 service, which is described in this paper with the method; NTServCtrl : one is independent the procedure
Platform: | Size: 79872 | Author: 毛建孟 | Hits:

[Remote Control远程控制自己来系列教程之自动上线

Description: [说明]: 转载请署名出处 [信息原地址]: 邪恶八进制信息安全团队&http://www.eviloctal.com [控制端说明]: 服务端监听本地的449端口并识别标志为 "info" 的封包; 封包原型:info ip >>> Pcname >>> OsVer 数据例子:info127.0.0.1>>>Jony>>>Windows NT Service Pack 4 服务端配置木马端部分用了MPHexeditor控件 [由于本程序主要讲解的是自动上线,就偷懒了], 服务端纯真IP数据库读取参考 冷风兄 的代码 [木马端说明]: 向远程449端口发送连接请求,如连接上,就发送标志为 "info" 的封包; 封包原型:info ip >>> Pcname >>> OsVer 数据例子:info127.0.0.1>>>Jony>>>Windows NT Service Pack 4 [备注]: 代码内附带注释 Jony[E.S.T] 2005-12-18-[Note : Please reproduced signed provenance [original address information] : evil octal information security team.
Platform: | Size: 2004992 | Author: 王宇 | Hits:

[Internet-NetworkQQ_(good)

Description: QQ挂机站全部源代码(good) 第一步:新建一sql数据库webQQ,导入SQL数据库备份(在管理器里的还原备份功能,不会找找资料) 在Web.config里修改sa用户密码。 第二步:注册NT后台服务,并在windows服务管理器启动webqq服务 C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\installutil C:\改成你的路径\webQQServ.exe 在webQQServ.exe.config修改sa用户密码。 这样就OK了,后台管理admin/admin.aspx 用户名与密码都是admin 自已改吧 ================================== ================================== 系统使用 APE.NET制作(c#) 使用sql数据库(存储过程) 并使用NT服务自动轮询QQ服务器并自动发广告 :) 这种站实际上只适合用NT服务来做,普通的脚本受不了这压力的。 ================================== 发广告是每次轮询只发用户好友列表中指定数字开头的号。 例如第一次发 10 开头的的,第二次就发 11开头的所有号,依次递增。这样会快很多。 -onhook full source code (good), the first step : a new database sql webQQ, import SQL database backup (in the manager's reduction backup, not to find out information) in Web.config reworked sa user passwords. Second step : Create NT background, the windows and service management services for start webqq C : \ WINDOWS \ Microsoft.NET \ Framework \ v1.1.4322 \ installutil C : \ path into your \ webQQServ.exe webQQServ.exe.config changes in sa user passwords. So OK, management background admin/admin.aspx user name and password are admin own change it ================================ == ================================== system APE.NET production (c#) use sql database ( storage process) and the use of automated polling service NT server and automatically QQ made advertising :) such stat
Platform: | Size: 540672 | Author: 王元 | Hits:

[Windows Developjsj

Description: - RPC蠕虫病毒主要技术源代码 RPC蠕虫病毒主要技术源代码 安全焦点网站于2003年7月21日发布了该漏洞的测试代码,现在的RPC蠕虫基本上是利用了该代码,我们 现在转载该代码供大家研究。 WINDOWS的RPC服务(RPCSS)存在漏洞,当发送一个畸形包的时候,会导致RPC服务无提示的崩溃掉。由 于RPC服务是一个特殊的系统服务,许多应用和服务程序都依赖于他,因为可以造成这些程序与服务的拒 绝服务。同时可以通过劫持epmapper管道和135端口的方法来提升权限和获取敏感信息。 -- RPC worm main technical source code RPC worm source code of the main technical security focus site in July 21, 2003 release of the loopholes in the test code, the RPC worm is basically using the code, we are now reproduced in the code for everyone. WINDOWS of the RPC service (RPCSS) loopholes, when sending a packet malformation when RPC services will lead to the collapse of silent out. Since the RPC service is a special system services, and many procedures for applications and services are dependent on him, because these procedures can cause denial of service and services. At the same time can be hijacked epmapper pipelines and 135-port approach to enhance the authority and access to sensitive information.
Platform: | Size: 2048 | Author: 张立东 | Hits:

[GUI Develop23serve_stakeout

Description: 服务监视 获取被监控端的 Windows Service 列表,并传递给监控端 -services were monitoring access control side of the Windows Service list, and passed to the control terminal
Platform: | Size: 31744 | Author: quyan | Hits:

[Internet-NetworkTribeFloodNet2k

Description: Tribe FloodNet 2k Distributed Denial Of Service Network 分布式拒绝服务工具的源代码,下面为英文说明: TFN can be seen as the yet most functional DoS attack tool with the best performance that is now almost impossible to detect. What is my point in releasing this? Let me assure you it isn t to harm people or companies. It is, however, to scare the heck out of everyone who does not care about systematically securing his system, because tools sophisticated as this one are out, currently being improved drastically, kept PRIVATE, and some of them not with the somewhat predictable functionality of Denial Of Service. It is time for everyone to wake up, and realize the worst scenario that could happen to him if he does not care enough about security issues. Therefore, this program is also designed to compile on a maximum number of various operating systems, to show that almost no modern operating system is specifically secure, including Windows, Solaris, most UNIX flavors and Linux. -Tribe FloodNet 2k Distributed Denial Of Se rvice Network Distributed denial of service tools source code for the English below : TFN can be seen as the most functional yet DoS att Ack tool with the best performance that is now al most impossible to detect. What is my point in re this leasing Let me assure you it isn t to harm peo ple or companies. It is, however, to scare the heck out of everyone who does not car e about systematically securing his system, because tools sophisticated as this one are out , currently being improved drastically. PRIVATE kept, and some of them not with the somewhat predictab le functionality of Denial Of Service. It is tim e for everyone to wake up. and realize the worst scenario that could Happe n to him if he does not care enough about security issues. There
Platform: | Size: 44032 | Author: onlyu | Hits:

[OS programServiceInstaller

Description: 本软件实现对Windows服务的安转与删除。删除时,以指定服务名作为参数;安装时,以指定的.exe文件作为服务源,指定服务名。-software for the Windows security services and to delete. Deleted, designated as a parameter; Installed to designated. Exe file as a service sources, designated for services.
Platform: | Size: 2048 | Author: 张延佳 | Hits:

[Otherwangshangtxinbu

Description: 网上通信薄 本通讯簿所支持的操作系统为 Windows NT4.0 (Service Pack3) 以上, 数据库为支持ODBC的任何一种数据库,本系统使用的是SQL Server 7.0 和Microsoft Access。客户端为任何一种浏览器。-online communications thin contacts supported by the operating system for Windows NT4.0 (inprojects ce pack) above, the database supports ODBC for any of the databases, the use of the system is SQL Server 7.0 and Microsoft Access. Any client to a Web browser.
Platform: | Size: 12288 | Author: li | Hits:

[ADO-ODBCBakDBService2006061017

Description: windows服务调用存储过程.运行了3个月没出问题-windows storage service call process. Running on the three no problem
Platform: | Size: 4254720 | Author: | Hits:

[Windows DevelopQPXMonitor1

Description: 有对话框Windows服务程序,可以监控用户指定的服务,可以列举当前运行的程序。-Windows dialog with the procedures of service, users can monitor a designated service, can cite the current operating procedures.
Platform: | Size: 32768 | Author: 文物 | Hits:

[Driver Developservices

Description: 剖析Windows系统服务调用机制相关及驱动编程模式-analysis service called Windows systems and related mechanisms driven programming model
Platform: | Size: 57344 | Author: 张爱民` | Hits:

[OS programwindow_Svr_Mana

Description: 对指定期windows service进行安装,启动,停止,和删除.-specified period of service for the installation of windows, start and stop, and delete.
Platform: | Size: 69632 | Author: 张健 | Hits:

[Otherwindowscegui

Description: Microsoft Windows CE用户界面服务指南.rar-Microsoft Windows CE user interface service directory. Rar
Platform: | Size: 7230464 | Author: 张渝勤 | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net